libxl: build fix for netbsd
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 13 Apr 2010 11:21:28 +0000 (12:21 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 13 Apr 2010 11:21:28 +0000 (12:21 +0100)
<sys/signal.h> is needed to get definition for SIGPIPE and SIG_IGN.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
tools/libxl/xl.c

index 3da7fa528b2f389b88039120faedaeb8fcd8c6e2..84107b0cf97ca76ba9037b6c2da806b15b674c1c 100644 (file)
@@ -26,6 +26,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <sys/signal.h>
 #include <sys/socket.h>
 #include <sys/select.h>
 #include <arpa/inet.h>